home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Utilities / Programming / MT2ToolKit 1.0b1 / Trivial / Example / test.make next >
Text File  |  1995-10-08  |  448b  |  23 lines

  1. #   File:       test.make
  2. #   Target:     test
  3. #   Sources:    test.r
  4. #               test.p
  5. #   Created:    25.09.95. 
  6.  
  7.  
  8. OBJECTS = test.p.o
  9.  
  10.  
  11. test ƒƒ test.make test.r
  12.     Rez "{RIncludes}"SysTypes.r "{RIncludes}"Types.r test.r -append -o test
  13.  
  14. test ƒƒ test.make {OBJECTS}
  15.     Link -t APPL -c '????' ∂
  16.         {OBJECTS} ∂
  17.         "{Libraries}"Runtime.o ∂
  18.         "{Libraries}"Interface.o ∂
  19.         "{PLibraries}"PasLib.o ∂
  20.         -o test
  21. test.p.o ƒ test.make test.p
  22.      Pascal  test.p
  23.